home *** CD-ROM | disk | FTP | other *** search
- function hitCheck()
- {
- if(this.clearFlg == true)
- {
- return undefined;
- }
- if(this.hitTest(_root.tobbyMC.hitdummyMC) == true)
- {
- if(_root.tobbyMC.clear() == true)
- {
- _root.gotoAndPlay("clear");
- _parent.jellyMC.gotoAndPlay("banzai");
- this.gotoAndPlay("goal");
- this.clearFlg = true;
- }
- }
- }
- this.clearFlg = false;
-